Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

check any local access, including agents.

I think those errors occurs mostly with another program trying to locally access the files. Backup programs that are not Notes friendly can keep their locks on the files and when the Notes Servers need to process, the OS usually blocks another program from accessing.

I think the following happened to me once. Another thing to watch for is LotusScript agents that try to open databases as if they were "local" and the Notes server already has those files open--because AGMR is running the agent. (If you are not getting any data loss, I suspect this is happening.) Try to get your LotusScript agents that run on the server specify the servername in the code when needed.

The most offending code is when a LotusScript agent tries to access another database. Developers code as it was a "" or local database; however, when running scheduled on the server, the agent will attempt to get local access while the server has access. Hence the error.

To fix it, speicify the severname when using GetDatabase in LotusScript by hardcoding it or by getting the servername by the NotesSession.Servername.

To find this error, I would look at the lines right before your error message to see which agent that AMGR attempted to start to run.

-Kyle Huang


Feedback response number WEBB8GSSLQ created by ~John Reniskiikle on 05/12/2011

Database open error - database is c... (~Andy Cisponeth... 12.May.11)
. . check any local access, including a... (~John Reniskiik... 12.May.11)
. . . . Still perplexed (~Andy Cisponeth... 13.May.11)
. . Database in use by other... (~Nicole Nimpone... 16.May.11)
. . . . No joy... (~Andy Cisponeth... 17.May.11)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS